WORST_CASE(?,O(n^1))
* Step 1: Ara WORST_CASE(?,O(n^1))
    + Considered Problem:
        - Strict TRS:
            anchored(Cons(x,xs),y) -> anchored(xs,Cons(Cons(Nil(),Nil()),y))
            anchored(Nil(),y) -> y
            goal(x,y) -> anchored(x,y)
        - Signature:
            {anchored/2,goal/2} / {Cons/2,Nil/0}
        - Obligation:
            innermost runtime complexity wrt. defined symbols {anchored,goal} and constructors {Cons,Nil}
    + Applied Processor:
        Ara {araHeuristics = NoHeuristics, minDegree = 1, maxDegree = 2, araTimeout = 5, araRuleShifting = Nothing}
    + Details:
        Signatures used:
        ----------------
          Cons :: ["A"(0) x "A"(12)] -(12)-> "A"(12)
          Cons :: ["A"(0) x "A"(0)] -(0)-> "A"(0)
          Nil :: [] -(0)-> "A"(12)
          Nil :: [] -(0)-> "A"(6)
          Nil :: [] -(0)-> "A"(14)
          anchored :: ["A"(12) x "A"(0)] -(12)-> "A"(0)
          goal :: ["A"(12) x "A"(6)] -(16)-> "A"(0)
        
        
        Cost-free Signatures used:
        --------------------------
        
        
        
        Base Constructor Signatures used:
        ---------------------------------
          "Cons_A" :: ["A"(0) x "A"(1)] -(1)-> "A"(1)
          "Nil_A" :: [] -(0)-> "A"(1)
        

WORST_CASE(?,O(n^1))